From: Paul Eggert Date: Fri, 1 Jul 2011 01:29:04 +0000 (-0700) Subject: * lisp/erc/erc.el: Fix comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~845^2~295 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3be70dff37cf680d131c208b45b26d51c5c5af4f;p=emacs.git * lisp/erc/erc.el: Fix comment. --- diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 36097cf0c12..e036c1d97f2 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2362,7 +2362,7 @@ If STRING is nil, the function does nothing." (cond ((integerp elt) ; POSITION (incf (car list) shift)) ((or (atom elt) ; nil, EXTENT - ;; (eq t (car elt)) ; (t HIGH . LOW) + ;; (eq t (car elt)) ; (t . TIME) (markerp (car elt))) ; (MARKER . DISTANCE) nil) ((integerp (car elt)) ; (BEGIN . END) @@ -6493,4 +6493,3 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL." ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: -